go/types.Checker.nextID (field)

3 uses

	go/types (current package)
		check.go#L105: 	nextID  uint64                 // unique Id for type parameters (first valid Id is 1)
		typeparam.go#L44: 		check.nextID++
		typeparam.go#L45: 		id = check.nextID